@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* header */
@font-face {
  font-family: "Impart";
  src: url("../font/impact.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.banner-header{
  position: relative;
}
header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 100px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.hometop-on{
  background: #fff;
}
.logo img:last-child{
  display: none;
}
.hometop-on .logo img:last-child{
  display: block;
}
.hometop-on .logo img:first-child{
  display:none;
}
.hometop-on .nav-ul li a{
  color: #333333;
}
.head-form{
  display: none;
}
.img-sou img:last-child{
  display: none;
}
.sou-cha img:last-child{
  display: none;
}
.hometop-on .img-sou img:last-child{
  display: block;
}
.hometop-on .img-sou img:first-child{
  display: none;
}
.hometop-on .sou-cha img:last-child{
  display: block;
}
.hometop-on .sou-cha img:first-child{
  display: none;
}
.sou-cha{
  display: none;
}

.head-r .nav-subdl dd a{
  height: 72px;
  line-height: 72px;
  text-align: center;
  display: block;
  width: 100%;
  background: url("../img/nav-subbg.jpg") repeat-x bottom center;
}




.header-main {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width:320px;
  display: block;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-ul li {
  position: relative;
  height: 34px;
  margin-right: 18px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 34px;
  width: 120px;
  background-color: transparent;
  transition: all .5s;
}
.nav-ul li>a::after{
  position: absolute;
  content: "";
  width: 68px;
  height: 9px;
  left:50%;
  transform: translateX(-50%);
  top: 40px;
  display: none;
  background: url("../img/nav-bg.png") no-repeat center;
}
.head-r{
  display: flex;
  align-items: center;
}
.nav-ul li:hover>a, .nav-ul li.on>a{
  color: #0e645d;
}
.nav-ul li:hover a::after{
  display: block;
}
.nav-ul li.on a::after{
  display: block;
}
.head-r .nav-subdl dd a:hover{
  color:#0e645d;
}

@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li a{
    width: 80px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .logo{
    width: 320px;
  }
  .nav-ul li {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header-main {
    height: 70px;
  }
  .logo {
    width: 280px;
  }
  #navToggle {
    display: block;
  }
  .nav-ul {
    display: none;
  }
}
@media (max-width: 599px) {
  .header-main {
    height: 50px;
  }
  .logo {
    width: 200px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  padding-top: 58px;
}
.footer-l{
  display: flex;
  width: 33%;
  justify-content: space-between;
}
.footer-r{
  width: 50%;
}
.footer-box{
  display: flex;
  justify-content: space-between;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-ul li h3 {
  color: #0e645d;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  font-size: 18px;
}
.code-wrap {
  display: flex;
  margin-bottom: 56px;
}
.code-item {
  text-align: center;
  width: 160px;
  margin-top: 10px;
}
.code-item p {
  color: #808080;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
.copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #969696;
  border-top: 1px solid #ececec;
  height: 100px;
}
.copy p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.copy-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.copy-link a{
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  margin-right: 10px;
}
.copy-link a:last-child{
  margin-right: 0px;
}
@media (max-width: 1200px) {
  .copy{
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0px;
  }
  .copy p{
    width: 100%;
    text-align: center;
  }
  .copy-link{
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer-ul {
    
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .code-item p {
    margin-top: 10px;
  }
  .code-wrap {
    margin-bottom: 15px;
  }
  #footer{
    padding-top: 30px;
  }
  .code-item{
    margin: 10px auto 0px;
  }
  .copy-link{
    flex-wrap: wrap;
  }
  .copy-link a{
    display: block;
  }
}

.nav-subdl{
  background: #fff;
  overflow: hidden;
}

.triangle {
  width: 0;
  height: 0;
  border-bottom:15px solid #fff;
  border-right:15px solid transparent;
  border-left:15px solid transparent;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.nav-sub{
  position: absolute;
  top:70px;
  display: none;
  width: 205px;
  left: 50%;
  transform: translateX(-50%);
}

.head-sou{
  position: relative;
  margin-left: 70px;
  cursor: pointer;
 
}
.head-form .head-formbox{
  display: flex;
}
.head-form{
  position: absolute;
  right: 0;
  top: 80px;
}
.head-formbox input{
  width: 312px;
  height: 48px;
  border: 1px solid #bbbbbb;
  padding-left: 20px;
}
.head-formbox button{
  position: absolute;
  width: 24px;
  height: 24px;
  border: none;
  right: 20px;
  top: 12px;
  cursor: pointer;
  background: url("../img/sou-h.png") no-repeat center;
}
/*首页关于我们*/
.habout-ul{
  display: flex;
  justify-content: space-between;
  padding:40px 300px;
}
.habout-ul li{
  display: flex;
  align-items: center;
}
.habput-img{
  margin-right: 20px;
}
.habout{
  overflow: hidden;
}
.hpro{
  background:#f3f3f3;
  padding: 70px 0 80px;
}
.hpro-tit h3{
  font-size: 42px;
  font-weight: lighter;
}
.hpro-tit{
  text-align: center;
}
.hpro-tit h4{
  font-size: 24px;
  color: #0e645d;
  margin-top: 20px;
}
.scale-img{
  overflow: hidden;
}
.scale-img img{
  transition: all 0.4s;
  width: 100%;
}
.scale-img img:hover{
  transform: scale(1.1);
}
.hpro-txt{
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.hpro-m{
  margin-top: 50px;
}
.hpro-txt h3{
  font-size: 20px;
  color: #0e645d;
}
.hpro-txt span{
  color: #333333;
  display: block;
  font-weight: lighter;
  margin-top: 12px;
}

.hser{
  background: url("../img/hser-bg.jpg") no-repeat top center;
  padding: 60px 0 100px;
  background-size: cover;
  overflow: hidden;
}
.hser-m{
  margin-top: 70px;
  display: flex;
  align-items: center;
  padding-left: 135px;
}
.hser-ml{
  width: 54.5%;
  position: relative;
  z-index: 66;
}
.hser-ml img{
  width: 100%;
}
.hser-mc{
  width: 30%;
  position: relative;
  left: -6%;
}
.hser-mc img{
  width: 100%;
}
.hser-mr ul li{
  display: flex;
  align-items: center;
}
.hser-mr{
  position: relative;
  left: -6%;
}
.hser-mr ul li{
  height:80px;
  position: relative;
}
.hser-mr ul li span{
  display: block;
  width: 68px;
  height: 1px;
  background: red;
}
.hser-rone{
  left: -37%;
}
.hser-rtwo{
  left: -8%;
}

.hnews{
  padding: 60px 0 100px;
  background: #f3f3f3;
}
.hnews-box{
  margin-top: 70px;
}
.hnews-ul{
  display: flex;
  margin: 0 -25px;
}
.hnews-ul li{
  margin: 0 25px;
  width: 33.33333%;
}
.hnews-txt{
  background: #fff;
  padding: 22px 40px 40px;
}
.last-li{
  background: #fff;
  padding: 40px;
}
.hnews-ul li  h3{
  color: #0e645d;
  margin-bottom: 20px;
}
.last-li dd{
  margin-bottom:34px;
}
.last-li dd:last-child{
  margin-bottom: 0px;
}
.hcoop{
  background: url("../img/hzlh-bg.jpg") no-repeat top center;
  background-size:cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hcoop-tit h3{
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.hcoop-tit a{
  display: block;
  width: 120px;
  height: 48px;
  background: #0e645d;
  color: #fff;
  line-height: 48px;
  text-align: center;
  margin:40px auto 0;
}
.hpro-m .swiper-button-next{
  width: 50px;
  height: 70px;
  top:40%;
  background:rgba(0,0,0, 0.5) url("../img/hpro-right.png") no-repeat center;
}
.hpro-m .swiper-button-prev{
  width: 50px;
  height: 70px;
  top: 40%;
  background:rgba(0,0,0, 0.5) url("../img/hpro-left.png") no-repeat center;
}
.hser-rbg{
  display: flex;
  align-items: center;
}
.hser-mr ul li span{
  display: block;
  margin-right: 6px;
  background: url("../img/hser-rbg.jpg")  repeat-x center;
}
.hser-rbg{
  margin:0 5px;
}
.footer-r li h3{
  font-size: 24px;
}
.footer-r li dd a{
  color: #333333;
  font-size: 18px;
}
.footer-tel{
  margin-top: 30px;
}
.footer-tel h4{
  font-size: 40px;
  margin-top: 30px;
  color: #0e645d;
  font-weight: bold;
}
.footer-tel span{
  color: #333333;
  font-size: 20px;
}

@media(max-width:1700px){
  .nav-ul li a{
    width: auto;
    margin: 0 15px;
  }
  .hser-rone{
    left: -45%;
  }
  .last-li dd {
    margin-bottom: 20px;
  }
  .footer-logo img{
    width: 230px;
  }
  .footer-tel h4{
    font-size: 32px;
  }
  .footer-l{
    width: 36%;
  }
}
@media(max-width:1600px){
  .habout-ul{
    padding: 40px 100px;
  }
  .hser-mr ul li{
    height: 72px;
  }
  .hnews-ul li h3 {
    margin-bottom: 12px;
  }
  
  
}

@media(max-width:1400px){
  .nav-ul li a{
    width: auto;
    margin: 0 10px;
  }
  .logo{
    width: 250px;
  }
  .hser-mr ul li{
    height: 66px;

  } 
  .hser-mr ul li h3{
    white-space: nowrap;
  }
  .hnews-ul li{
    margin: 0 10px;
  }
  .last-li {
    padding: 30px;
  } 
}
@media(max-width:1200px){
  .nav-ul li a{
    width: auto;
    margin: 0 10px;
  }
  .logo{
    width: 180px;
  }
  .head-sou{
    margin-left: 30px;
  }
  .hser-mr ul li{
    height: 53px;
  }
  .last-li dd:last-child{
    display: none;
  }
  .footer-r li h3 {
    font-size: 22px;
  }
  .footer-ul li dl dd > a {
    line-height: 28px;
    display: block;
    font-size: 16px;
  } 
  .footer-ppzg img{
    width: 130px;
  }
  .footer-l {
    width: 42%;
  }
}
@media(max-width:991px){
  .head-r{
    display: none;
  }
  header{
    padding: 0 20px;
  }
  .logo{
    width: 135px;
  }
  .habout-ul{
    padding:30px 30px;
  }
  .hpro-tit h3{
    font-size: 28px;
  }
  .hpro-tit h4 {
    font-size: 18px;
    margin-top: 12px;
  }
  .hpro{
    padding: 40px 0 40px;
  }
  .hpro-m{
    margin-top: 20px;
  }
  .hser-m{
    padding: 0;
    display: block;
    margin-top: 30px;
  }
  .hser-ml{
    width: 100%;
  }
  .hser-mc{
    width: 50%;
    margin:30px auto 0;
    left: auto;
  }

  .hser-mr{
    display: none;
  }
  .hser{
    padding: 60px 0;
  }
  .hnews-ul{
    display: block;
    margin: 0 5px;
  }
  .hnews-ul li{
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .hnews-box{
    margin-top: 30px;
  }
  .hnews-txt{
    padding:20px;
  }
  .hnews{
    padding: 30px 0 40px;
  }
  .hcoop{
    height: auto;
    padding: 80px 0;
  }
  .hcoop-tit h3{
    font-size: 24px;
  }
  .footer-l{
    display: none;
  }
  .footer-r{
    width: 100%;
  }
}

@media(max-width:600px){

  .habout-ul{
    padding:15px 15px;
  }
  .habput-img{
    margin-right:5px;
    width: 30px;
  }
  .habput-img img{
    width: 100%;
  }
  .hpro-txt{
    padding: 30px 0;
  }
}


/**关于我们***/
.about-nav{
  height: 100px;
  line-height: 100px;
}
.about-navm{
  padding: 0 220px;
}
.about{
  background: #f8f8f8;
  overflow: hidden;
}
.gywm{
  padding-top: 100px;
}
.gywm-box{
  display: flex;
}
.gywm-l{
  width: 50%;
  padding-right: 70px;
}
.gywm-r{
  width: 50%;
}
.about-tit h3{
  font-size: 38px;
  font-weight: bold;
  color: #0e645d;
}
.about-tit h4{
  font-size: 24px;
  color: #0e645d;
  margin-top: 20px;
}
.about-tt-bg{
  margin-bottom: 26px;
}
.about-tt-bg img{
  width: 100%;
}
.gywm-txt{
  margin-top: 55px;
  line-height: 40px;
}
.qywh{
  padding-top: 110px;
  padding-bottom: 100px;
}
.qywh-box{
  margin-top: 80px;
}
.qywh-ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.qywh-ul li{
  width: 47%;
  display: flex;
  margin-bottom: 60px;
}
.qywh-txt{
  padding-left: 60px;
}
.qywh-txt h3{
  font-size: 24px;
  font-weight: bold;
  color: #0e645d;
}
.qywh-txt h3{
  margin-bottom: 18px;
}
.qywh-txt h5{
  line-height: 30px;
}
.fzlc{
  padding: 90px 0 100px;
  background: url("../img/fzlc-bg.jpg") no-repeat top center;
}
.white-color h3{
  color: #fff;
}
.white-color h4{
  color: #fff;
}
.fzlc-box{
  padding-top: 90px;
}
.fzlc-swiper h2{
  color: #fff;
  font-size: 30px;
  margin-bottom: 18px;
}
.fzlc-swiper h3{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
.fzlc{
  position: relative;
}
.line{
  height: 6px;
  background: #009b90;
  position: absolute;
  left: 0;
  top: 343px;
  width: 100%;
}
.fzlc-txt{
  color: #fff;
  line-height: 30px;
}
.ppln{
  padding: 90px 0 80px;
}
.pzgl-top{
  display: flex;
  margin-top: 64px;
 
}
.pzgl{
  padding-bottom: 60px;
}
.pzgl-topl{
  background: #fff;
  padding: 74px 100px 0 60px;
  width: 50%;
}
.pzgl-topl h3{
  font-size: 24px;
  color: #1e6f68;
  font-weight: bold;
  margin-bottom: 50px;
}
.pzgl-topl h4{
  line-height: 32px;
  font-size: 18px;
}
.pzgl-topr{
  width: 50%;
}
.pzgl-bot{
  padding-top: 42px;
}
.pzgl-bot ul li{
  background: #fff;
  padding: 50px 35px 0;
  height: 370px;
  width: 16.6%;
  border-right: 1px solid #e5e5e5;
}
.pzgl-bot ul{
  display: flex;
}
.pzgl-bottit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pzgl-botxt{
  margin-top: 30px;
  color: #666666;
  line-height: 32px;
}
.pzgl-bot ul li h6{
  font-size: 24px;
  color: #1e6f68;
  font-weight: bold;
}
.a-video{
  padding-bottom: 80px;
}
.a-video video{
  width: 100%;
}
.woutfit{
  background: #f8f8f8;
  padding: 60px 0 0;
}
.woutfit-tit{
  display: flex;
  justify-content: space-between;
}
.woutfit-titl{
  display: flex;
  align-items: center;
}
.woutfit-titl h3{
  font-size: 30px;
  color: #1e6f68;
  font-weight: bold;
  margin-right: 18px;
}
.woutfit-titr a{
  display: block;
  width: 120px;
  height: 48px;
  background: #1e6f68;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
}
.woutfit-m ul{
  display: flex;
}
.woutfit-txt{
  background: #fff;
  text-align: center;
  padding: 45px 0 40px;
}
.woutfit-m{
  margin-top: 40px;
}
.woutfit-txt h4{
  font-size: 20px;
  color: #1e6f68;
  margin-bottom: 15px;
}
.woutfit-txt{
  position: relative;
}
.woutfit-txt::after{
  position: absolute;
  content: "";
  width:0;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: #1e6f68;
}
.woutfit-m ul li:hover .woutfit-txt::after{
  width: 100%;
}
.woutfit-box{
  margin-bottom: 70px;
}
@media(max-width:991px){
  .woutfit-txt h4{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .woutfit-txt{
    padding: 25px 0 25px;
  }
}
@media(max-width:768px){
  .woutfit-m ul{
    display: block;
  }
  .woutfit-m ul li{
    margin-bottom: 20px;
  }
  .woutfit-titl h3{
    font-size: 24px;
  }
}


.homelist-ul{
  display: flex;
  justify-content: center;
}
.homelist-ul li{
  text-align: center;
  margin: 0 80px;
}
.homelist-ul li h4{
  margin-top: 20px;
  font-size: 18px;
}
.homelist-nav{
  padding: 24px 0 30px;
}
.homelist-ul li:hover h4{
  color: #00665f;
  font-weight: bold;
}
.homelist-ul li.on h4{
  color: #00665f;
  font-weight: bold;
}
.homelist-tit{
  font-size: 30px;
  color: #00665f;
  font-weight: bold;
  text-align: center;
}
.homelist-boxul{
  flex-wrap: wrap;
}
.homelist-boxul li{
  width: 33.33333%;
}
.homelist-box .homelist-boxul li:hover .woutfit-txt::after{
  width:0;
}
@media(max-width:1600px){
  .homelist-ul li{
    margin: 0 30px;
  }
}
@media(max-width:991px){
  .homelist-boxul li{
    width: 100%;
  }
}

@media(max-width:500px){
  .homelist-ul li{
    margin: 0 15px;
  }
}

.outd-d{
  background: #f8f8f8;
  overflow: hidden;
}
.outd-ttxt{
  background: #fff;
  margin:80px 0;
}
.outd-ttxt{
  display: flex;
}
.outd-ttxtl{
  width: 50%;
}
.outd-ttxtr{
  width: 50%;
  padding: 70px 80px 0;
}
.outd-ttxtr h3{
  font-size: 32px;
  color: #0e645d;
  font-weight: bold;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 36px;
}
.outd-ttxtrm{
  margin-top: 50px;
  line-height: 35px;
  color: #555555;
}
.outd-ttxtr a{
  width: 120px;
  height: 42px;
  background: #0e645d;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: block;
  line-height: 42px;
  margin-top: 60px;
}
.outd-td{
  background: #fff;
  margin-bottom: 80px;
}
.outd-tdul{
  display: flex;
  justify-content:space-between;
}
.outd-tdul li{
  width: 25%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  position: relative;
  cursor: pointer;
}
.outd-tdul{
  border-bottom: 1px solid #e0e0e0;
}
.outd-tdul li::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #b2b2b2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.outd-tdul li:last-child::after{
  display: none;
}
.outd-tdul li:hover {
  border-bottom: 2px solid #0e645d;
}
.outd-protdm-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 48px;
}
.outd-protdm-ul li{
  width:48%;
  display: flex;
  align-items: top;
  margin-bottom: 70px;
}
.outd-protd{
  padding: 60px 70px 0;
}
.outd-protit{
  font-size: 24px;
  font-weight: bold;
  color: #0e645d;
}
.outd-protdmimg{
  width: 93px;
  padding-right: 40px;
}
.outd-protdmtxt h3{
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 20px;
}
.outd-protdmtxt h4{
  color: #555555;
  line-height: 30px;
}
.outd-protd{
  border-bottom: 1px solid #e0e0e0;
}
.outd-protx{
  padding: 60px 70px 50px;
  border-bottom: 1px solid #e0e0e0;
}
.outd-ptotxm{
  margin-top: 40px;
}
@media(max-width:1600px){
  .outd-ttxtr{
    padding: 40px 50px 0;
  }
  .outd-ttxtrm{
    margin-top: 25px;
  }
}
@media(max-width:1400px){
  .outd-ttxtr{
    padding:30px 30px 0;
  }
  .outd-ttxtrm{
    margin-top: 25px;
  }
  .outd-ttxtr a{
    margin-top: 20px;
  }
  .outd-ptotxm img{
    width: 100%;
  }
}

@media(max-width:1200px){
  .outd-ttxtr a{
    margin-top: 20px;
  }
  .outd-ttxtr h3{
    font-size: 26px;
  }
  .outd-ttxtrm{
    line-height: 28px;
  }
  .outd-ttxtr h3{
    padding-bottom: 12px;
  }
  .outd-ttxtrm {
    margin-top: 8px;
  }
  .outd-protdmtxt h4{
    line-height: 26px;
  }
  .outd-protdmtxt h3{
    margin-bottom: 10px;
  }
}

@media(max-width:991px){
  .outd-ttxt{
    display: block;
  }
  .outd-ttxtl{
    width: 100%;
  }
  .outd-ttxtr{
    width: 100%;
    padding: 30px;
  }
  .outd-protdm-ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .outd-protd{
    padding: 30px 20px;
  }
  .outd-protdm-ul{
    margin-top: 30px;
  }
  .outd-tdul li{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .outd-protx{
    padding:30px 20px;
  }
  .outd-ptotxm{
    margin-top: 20px;
  }
  .outd-ttxt{
    margin: 40px 0;
  }
  .outd-td{
    margin-bottom: 40px;
  }
}
.gc-item-txt h4{
  background: #fff;
  height: 88px;
  line-height:88px;
  text-align: center;
}
.case{
  margin-top: 60px;
}
.caseul li a{
  margin-bottom: 50px;
  border-bottom: 2px solid #fff;
  display: block;
}
.caseul li .case-txt{
  height: 90px;
  background: #fff;
  text-align: center;
  line-height: 90px;
}
.caseul li:hover a{
  border-bottom: 2px solid #0e645d;
}
.equip-nav ul li.on h4{
  font-weight: normal;
  border-bottom:4px solid #0e645d;
}
.equip-nav{
  padding:24px 0 0px;
}
.equip-nav ul li h4{
  padding-bottom:25px;
}
.equip-nav ul li:hover h4{
  font-weight: normal;
  border-bottom:4px solid #0e645d;
}

.honor-ul li h4{
  text-align: center;
  padding-top: 30px;
}
.honor-ul li{
  margin-bottom: 40px;
}
.honor-ul li:hover h4{
  color: #0e645d;
}
@media(max-width:991px){
  .honor-ul li h4{
    padding-top:15px;
  }
  .honor-ul li{
    margin-bottom: 20px;
  }
  .caseul li .case-txt{
    height:60px;
    line-height:60px;
  }
}
.ppln-swiper .swiper-slide:first-child{
  border-left: 1px solid #e5e5e5;
}
.ppln-swiper .swiper-slide{
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.ppln-txt{
  padding: 60px;
  height: 420px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.ppln-box{
  margin-top: 50px;
}
.ppln-swiper .swiper-pagination-progressbar{
  bottom: 0;
  top: auto;
}
.ppln-swiper{
  padding-bottom: 80px;
}
.ppln-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #0e645d;
}
.ppln-txt h3{
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.ppln-txt h4{
  line-height: 30px;
  color: #666666;
}

@media(max-width:1700px){
  .gywm-txt{
    margin-top: 30px;
    line-height: 35px;
  }
  .ppln-txt{
    padding: 30px;
  }
  .pzgl-topl{
    padding: 60px 50px 30px 30px;
  }
  .pzgl-topl h3{
    margin-bottom: 25px;
  }


}

@media(max-width:1600px){
  .gywm-txt{
    margin-top: 25px;
    line-height: 30px;
  }
  .pzgl-bot ul li{
    padding: 30px 15px 0;
  }


}
@media(max-width:1400px){
  .gywm-txt{
    margin-top: 15px;
    line-height:28px;
  }
  .gywm-l{
    padding-right: 30px;
  }
  .about-tt-bg img{
    width: 70%;
  }
  .about-tit h3{
    font-size: 30px;
  }
  .about-tit h4{
    font-size: 22px;
  }
  .line{
    top: 333px;
  }
  .ppln-txt h3{
    margin-bottom: 20px;
  }
  .pzgl-topl{
    padding:20px;
  }
  .pzgl-topl h3{
    margin-bottom: 25px;
  }
  .pzgl-topl h4{
    font-size: 16px;
    line-height: 26px;
  }
}
@media(max-width:1200px){
  .gywm-box{
    display: block;
  }
  .gywm-l{
    width: 100%;
    padding-right: 0;
  }
  .gywm-r{
    width: 100%;
    margin-top: 20px;
  }
  .about-navm{
    padding: 0 30px;
  }
  .about-navm .swiper-slide{
    text-align: center;
  }
  .qywh-img img{
    width:60px;
  }
  .qywh-txt{
    padding-left: 30px;
  }
  .pzgl-topl h3{
    margin-bottom:10px;
  }
  .pzgl-topl h4{
    font-size: 14px;
    line-height: 24px;
  }
  .pzgl-bot ul li{
    width: 33.3333%;
    margin-bottom: 20px;
    height: 300px;
  }
  .pzgl-bot ul{
    flex-wrap: wrap;
  }

}
@media(max-width:991px){
  .gywm{
    padding-top:40px;
  }
  .qywh-ul{
    display: block;
  }
  .qywh-ul li{
    width: 100%;
  }
  .qywh{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .qywh-ul li{
    margin-bottom: 30px;
  }
  .qywh-box{
    margin-top: 30px;
  }
  .ppln{
    padding: 40px 0;
  }
  .ppln-box{
    margin-top: 30px;
  }
  .ppln-swiper{
    padding-bottom: 40px;
  }
  .pzgl-top{
    display: block;
  }
  .pzgl-topl{
    width: 100%;
  }
  .pzgl-topr{
    width: 100%;
  }
  .pzgl-topl h4{
    font-size: 16px;
    line-height: 26px;
  }
  .pzgl-bot ul li{
    width: 33.3333%;
    margin-bottom: 20px;
    height:auto;
    padding:30px 15px 15px;
  }
  .pzgl{
    padding-bottom: 0;
  }
  .a-video{
    padding-bottom: 20px;
  }
}
@media(max-width:500px){
  .ppln-txt{
    padding: 15px;
    height: auto;
  }
}





/* 联系我们 */
.contact-wrap {
  background-color: #f8f8f8;
  padding-top: 90px;
  overflow: hidden;
}
.contact-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.contact-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-right {
  width: 50%;
}
.contact-name {
  font-size: 30px;
  font-weight: bold;
  color: #0e645d;
  line-height: 30px;
}
.contact-hotline {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 24px;
}
.contact-left ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-left ul li {
  display: flex;
  width: 50%;
  align-items: center;
  line-height: 36px;
}
.contact-left ul li p {
  margin-left: 12px;
}
.follow-us {
  margin-top: 36px;
}
.follow-us h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.follow-img {
  width: 128px;
  height: 128px;
  overflow: hidden;
}
.follow-img img {
  width: 100%;
}
.contact-map {
  overflow: hidden;
}
.contact-map img {
  width: 100%;
}
.feedback {
  padding-top: 48px;
}
.feedback h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 28px;
}
.feedback-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 19px;
}
.flex-one .feedback-input {
  flex: 1;
  margin-right: 16px;
}
.flex-two .feedback-input {
  flex: 1;
  margin-right: 16px;
}
.flex-one .feedback-input:last-child {
  margin-right: 0px;
}
.flex-two .feedback-input:last-child {
  margin-right: 0px;
}
.feedback-input {
  height: 64px;
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  padding-left: 24px;
  background-color: #fff;
}
.feedback-input span {
  width: 50px;
  text-align: right;
  display: block;
  color: #555;
}
.feedback-input input {
  border: none;
  line-height: 62px;
  width: calc(100% - 50px);
  padding-right: 10px;
  background-color: none;
}
.feedback-textarea {
  display: flex;
  height: 276px;
  border: 1px solid #ececec;
  padding: 20px 24px;
  background-color: #fff;
}
.feedback-textarea span {
  width: 50px;
  text-align: right;
  display: block;
  color: #555;
}
.feedback-textarea textarea {
  border: none;
  line-height: 30px;
  width: calc(100% - 50px);
  padding-right: 10px;
  background-color: none;
  resize: none;
}
.feedback-submit {
  display: block;
  width: 200px;
  height: 56px;
  background-color: #0e645d;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 40px auto 68px;
  border: none;
}
@media (max-width: 1600px) {
  .contact-hotline {
    margin-top: 24px;
    margin-bottom: 18px;
  }
  .follow-us {
    margin-top: 25px;
  }
}
@media (max-width: 1200px) {
  .contact-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-right {
    width: 100%;
  }
  .flex-one .feedback-input {
    flex: none;
    width: calc(50% - 8px);
    margin-right: 0px;
    margin-bottom: 19px;
  }
  .flex-one {
    justify-content: space-between;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 40px;
  }
  .contact-main {
    margin-bottom: 40px;
  }
  .feedback {
    padding-top: 32px;
  }
  .flex-one .feedback-input {
    width: 100%;
  }
  .feedback-input {
    height: 50px;
    padding-left: 10px;
  }
  .flex-two .feedback-input {
    flex: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 19px;
  }
  .flex-two {
    margin-bottom: 0px;
  }
  .feedback-input input {
    line-height: 48px;
  }
  .feedback-textarea {
    height: 180px;
    padding: 15px 10px;
  }
  .feedback-submit {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .contact-left ul li {
    width: 100%;
    line-height: 30px;
  }
  .contact-name {
    font-size: 26px;
    line-height: 26px;
  }
  .contact-hotline {
    font-size: 20px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .follow-us {
    margin-top: 15px;
  }
  .feedback-submit {
    width: 160px;
    height: 48px;
    line-height: 48px;
  }
}
/* 新闻中心 */
.news-wrap {
  background-color: #f8f8f8;
  padding-top: 75px;
  overflow: hidden;
}
.news-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.news-list li:last-child {
  margin-bottom: 0px;
}
.news-img {
  width: 625px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-info {
  width: calc(100% - 625px);
  padding-left: 78px;
  padding-right: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-info span {
  color: #969696;
}
.news-info h3 {
  margin-top: 20px;
}
.news-info h3 a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 24px;
}
.news-info p {
  margin-top: 25px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-more {
  display: block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #0e645d;
  border-radius: 2px;
  margin-top: 35px;
}
.news-list li:hover .news-img img {
  transform: scale(1.1);
}
.news-list li:hover .news-info h3 a {
  color: #0e645d;
}
.news-page {
  margin-top: 55px;
  margin-bottom: 72px;
}
@media (max-width: 1400px) {
  .news-info {
    width: calc(100% - 535px);
    padding-left: 40px;
    padding-right: 30px;
  }
  .news-img {
    width: 535px;
  }
}
@media (max-width: 991px) {
  .news-wrap {
    padding-top: 40px;
  }
  .news-info {
    width: 100%;
    padding: 30px;
  }
  .news-img {
    width: 100%;
  }
  .news-info h3 {
    margin-top: 12px;
  }
  .news-info p {
    margin-top: 15px;
  }
  .news-more {
    margin-top: 20px;
  }
  .news-list li {
    margin-bottom: 25px;
  }
  .news-page {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .news-info {
    padding: 15px 10px;
  }
}
.news-dwrap {
  background-color: #f8f8f8;
  padding-bottom: 65px;
}
.news-detail {
  margin-top: -150px;
  background-color: #fff;
  z-index: 99;
  position: relative;
}
.news-dtitle {
  text-align: center;
  padding-top: 44px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
}
.news-dtitle h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 18px;
}
.news-dtitle p {
  font-size: 16px;
  color: #969696;
}
.news-dmain {
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 70px;
  padding-bottom: 38px;
  overflow: hidden;
}
.news-dmain img {
  max-width: 1306px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.news-description {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  text-indent: 32px;
  padding-top: 48px;
}
.news-description p {
  margin-bottom: 30px;
}
.news-dpage {
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 38px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  align-items: center;
}
.news-dpage a {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.news-dpage a:hover {
  color: #0e645d;
}
@media (max-width: 1400px) {
  .news-dmain {
    padding-left: 90px;
    padding-right: 90px;
  }
  .news-dpage {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .news-dmain {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .news-dpage {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .news-dpage a {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .news-dwrap {
    padding-bottom: 40px;
  }
  .news-detail {
    margin-top: 40px;
  }
  .news-dtitle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .news-dtitle h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .news-description {
    padding-top: 20px;
  }
  .news-description p {
    margin-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .news-dmain {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-dpage {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 战略合作 */
.partner-wrap {
  padding-top: 90px;
  background-color: #f8f8f8;
  padding-bottom: 75px;
  overflow: hidden;
}
.partner-main {
  display: flex;
  flex-wrap: wrap;
}
.partner-right {
  width: 50%;
  overflow: hidden;
}
.partner-right img {
  width: 100%;
}
.partner-left {
  width: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}
.partner-left h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 24px;
}
.partner-left p {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 50px;
}
.coop-more {
  width: 183px;
  height: 52px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 52px;
  background-color: #0e645d;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .partner-left p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .partner-left p {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 20px;
  }
  .partner-left h3 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .partner-wrap {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .partner-right {
    width: 100%;
  }
  .partner-left {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 449px) {
  .partner-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .partner-left h3 {
    line-height: 30px;
    text-align: center;
  }
}
/* 服务支持 */
.support-top {
  padding-top: 85px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.support-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 40px;
}

.sup-stepul{
  display: flex;
}
.support-tit h4{
  margin-top: 40px;
  text-align: center;
  line-height: 36px;
  color: #666666;
  padding: 0 180px;
}
.sup-step{
  margin-top: 80px;
}
.sup-stepul li h3{
  font-size: 50px;
  color: #e0bc8b;
  font-weight: bold;
  font-style: italic;
}
.sup-stepul li{
  text-align: center;
  border-right: 1px solid #eeeeee;
  padding: 0 30px;
  width: 20%;
}
.sup-stepul li h5{
  color: #0e645d;
  padding: 18px 0 24px;
}
.sup-stepul li .sup-steptxt{
  color: #666666;
}
.sup-step{
  padding-bottom: 60px;
}

.support-zcul{
  display: flex;
}
.support-zc{
  margin-top: 70px;
  padding-bottom: 70px;
}
.support-zcul li{
  text-align: center;
  width: 20%;
  padding: 0 30px;
}
.support-zcul li h3{
  margin: 15px 0 30px;
  color:#0e645d;
}
.support-zcul li h4{
  line-height: 30px;
  color: #666666;
}
.support-bt{
  background: #f8f8f8;
  padding: 60px;
}
.support-btul{
  display: flex;
  justify-content: space-between;
}
.support-btul li{
  background: #fff;
  width: 31.25%;
  text-align: center;
  padding: 40px 0;
}
.support-btul li h3{
  color: #0e645d;
  padding: 20px 0 10px;
}
.support-btul li h4{
  color: #888888;
}

@media(max-width:1400px){
  .sup-stepul li{
    padding: 0 15px;
  }
  .support-tit h4{
    padding: 0 50px;
  }
}

@media(max-width:991px){
  .sup-stepul li{
    padding: 0 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .support-tit h4{
    padding: 0px;
  }
  .sup-stepul{
    display: block;
  }
  .support-title{
    font-size: 30px;
  }
  .support-tit h4{
    margin-top: 20px;
    line-height: 28px;
  }
  .support-top{
    padding-top: 40px;
  }
  .sup-step{
    margin-top: 20px;
  }
  .support-zcul{
    display: block;
  }
  .support-zcul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .support-zcul li h3{
    margin: 10px 0 15px;
  }
  .support-btul{
    display: block;
  }
  .support-btul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .support-bt{
    padding: 30px 0 0;
  }
  .woutfit{
    padding: 40px 0 0;
  }
  .woutfit-m{
    margin-top: 20px;
  }
  .gc-item-txt h4{
    height: 60px;
    line-height: 60px;
  }
  .gc-item{
    margin-bottom: 20px;
  }
  .woutfit-box{
    margin-bottom: 30px;
  }
  .case{
    margin-top: 40px;
  }
  .caseul li a{
    margin-bottom: 30px;
  }
  .page-box{
    margin-top: 20px;
  }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
  .banner-header{
    overflow: normal !important;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}